home *** CD-ROM | disk | FTP | other *** search
- import java.awt.Component;
- import java.awt.Container;
- import java.awt.Event;
- import java.awt.Frame;
- import java.net.MalformedURLException;
- import java.net.URL;
- import java.util.Date;
-
- public class bob102 extends bob {
- // $FF: renamed from: a java.lang.String
- private String field_0 = "_self";
-
- // $FF: renamed from: i () void
- public void method_0() {
- ((bob)this).sl(0, 41);
- ((bob)this).sl(1, 42);
- }
-
- public void setCursor(int var1) {
- Container var2;
- for(var2 = super.a.getParent(); var2 != null && !(var2 instanceof Frame); var2 = ((Component)var2).getParent()) {
- }
-
- ((Frame)var2).setCursor(var1);
- }
-
- // $FF: renamed from: he (java.awt.Event) void
- public void method_1(Event var1) {
- if (var1.id == 41) {
- ((bob)this).ce((bob)null, 1);
- } else if (var1.id == 42) {
- ((bob)this).ce((bob)null, 2);
- } else if (var1.id == 50) {
- bob12 var2 = (bob12)var1.arg;
- super.a.getAppletContext().showStatus(((bob12)var1.arg).value);
- } else if (var1.id == 51) {
- bob12 var5 = (bob12)var1.arg;
-
- try {
- URL var3 = new URL(super.a.getDocumentBase(), var5.value);
- super.a.getAppletContext().showDocument(var3, this.field_0);
- } catch (MalformedURLException var4) {
- System.out.println(var4);
- }
- } else if (var1.id == 52) {
- this.field_0 = ((bob12)var1.arg).value;
- } else if (var1.id == 60) {
- String var6 = super.a.getParameter(((bob12)var1.arg).value);
- if (var6 == null) {
- var6 = "?";
- }
-
- ((bob)this).ce(new bob12(var6), 3);
- } else if (var1.id == 61) {
- Date var7 = new Date();
- ((bob)this).ce(new bob10((double)(var7.getYear() + 1900)), 10);
- ((bob)this).ce(new bob10((double)(var7.getMonth() + 1)), 11);
- ((bob)this).ce(new bob10((double)var7.getDate()), 12);
- ((bob)this).ce(new bob10((double)var7.getDay()), 13);
- ((bob)this).ce(new bob10((double)var7.getHours()), 14);
- ((bob)this).ce(new bob10((double)var7.getMinutes()), 15);
- ((bob)this).ce(new bob10((double)var7.getSeconds()), 16);
- ((bob)this).ce(new bob10((double)var7.getTime()), 17);
- ((bob)this).ce(new bob12(var7.toString()), 18);
- ((bob)this).ce(new bob12(var7.toLocaleString()), 19);
- } else {
- this.setCursor(var1.id - 1);
- }
-
- }
- }
-